Add a view/activity on top of a ListView [Android]
Posted
by Sephy
on Stack Overflow
See other posts from Stack Overflow
or by Sephy
Published on 2010-06-02T14:37:06Z
Indexed on
2010/06/02
15:14 UTC
Read the original article
Hit count: 226
Hi everybody,
I want to have a view with several choices when I click an element of my ListView. I was thinking of implementing an AlertDialog but as I need more than 3 options it is not possible... I also thought of putting my ListView in a FrameLayout and have an view with a gone visibility that I would turn visible at the click and update the content but I don't know If it's a good idea. I could do with some advice,
Thanks for any idea.
© Stack Overflow or respective owner